home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / SCRIPTZ / PHEAR1.ZIP / INSTALL.BAT next >
DOS Batch File  |  1997-01-17  |  3KB  |  64 lines

  1. @echo off
  2. rem Batch File Installation shiznit by zap, not too fancy but hell it beats
  3. rem the 1 meg installation programs which are irrevelant.
  4. echo.
  5. echo (::phear::) v1.0 installation - by zap (zap@d0rx.org)
  6. echo ...irc will never be the same again...
  7. echo.
  8. echo Latest version available at http://phear.home.ml.org
  9. echo Need a XDCC bot for mIRC?  http://zapdcc.home.ml.org
  10. echo Just think, your advertisement could *not* be here.
  11. echo Sorry folks, no advertisement will be available. ;)
  12. echo.
  13. echo * schlap a key *
  14. pause>nul
  15. echo.
  16. echo _PLEASE_ read this before proceeding!  All questions asked that were
  17. echo answered here will be piped to /dev/null.
  18. echo.
  19. echo uh, this installation program will put (::phear::) in \phear, note
  20. echo it'll just be the INIs, no executables.  Get mIRC 4.72 or whatever the
  21. echo newest version is @ http://www.mirc.co.uk and use it to run (::phear::).
  22. echo this script requires at *least* mIRC 4.72.  oh yeah, please exit mirc
  23. echo before running this installation if you are upgrading this script or
  24. echo running mirc through \phear already.  thanks.
  25. echo.
  26. echo if you don't want to proceed, hit ctrl-c now.  otherwise, hit a key to
  27. echo begin.
  28. echo.
  29. echo * schlap a key *
  30. pause>nul
  31. echo.
  32. echo now installating (::phear::) v1.0 by zap!
  33. echo.
  34. if not exist phear1.dat echo error!  phear1.dat missing.
  35. if not exist phear1.dat goto end
  36. if not exist \phear\nul echo creating \phear...
  37. if not exist \phear\nul md \phear
  38. if exist phear1.dat echo decompressing inis...
  39. if exist phear1.dat pkunzip -do phear1.dat \phear>nul
  40. if errorlevel 11 echo you have a corrupted phear1.dat, please re-download.
  41. if errorlevel 11 goto end
  42. if errorlevel 9 echo phear1.dat missing?  re-download please.
  43. if errorlevel 9 goto end
  44. if errorlevel 0 echo installation successfully completed!
  45. if errorlevel 0 notepad \phear\phear.doc
  46. if errorlevel 0 goto end
  47. echo installation failed!  (unknown error)
  48. echo for some reason the script didn't install correctly!
  49. echo make sure you have the proper amount of disk space left.
  50. echo if you do and not sure what happened, email zap@d0rx.org.
  51. ecoh possibly you don't have pkunzip which the zip file should
  52. echo have included.  check.
  53. goto end
  54. :end
  55. echo.
  56. echo (::phear::) b3 is by zap (zap@d0rx.org) on EFnet
  57. echo ...irc will never be the same again...
  58. echo.
  59. echo Latest version available at http://phear.home.ml.org
  60. echo Need a XDCC bot for mIRC?  http://zapdcc.home.ml.org
  61. echo Just think, your advertisement could *not* be here.
  62. echo Sorry folks, no advertisement will be available. ;)
  63. echo.
  64.